home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / head_105.arc / HEADEDIT.CFG next >
Text File  |  1990-02-28  |  8KB  |  272 lines

  1. ;Configuration file for HeadEdit
  2. ;
  3. ; Call HeadEdit as HEADEDIT <configfile> (defaults to HeadEdit.CFG)
  4. ;
  5. ;
  6. ;Not all keywords required...there are defaults for most.
  7. ;
  8. ;Keywords must begin in first column
  9. ;
  10. ;Lines beginning with a semicolon ";" are comments
  11. ;
  12. ;
  13. ; START determines which area you come up in
  14. ;
  15. START    5
  16. ;
  17. ; TOTALAREAS determines how many areas you're keeping Last Message Read
  18. ; (LMR) pointers for.  If you're running XBBS, this must match the
  19. ; number in CONFIG.BBS.  If not, put whatever you like.  This number,
  20. ; once set, should be left alone if you've got more than one "account".
  21. ;
  22. TOTALAREAS 100
  23. ;
  24. ; USERNUMBER determines your entry position in the LASTREAD.BBS file
  25. ; This must be given!  For SysOps running XBBS, this is always 1 (same
  26. ; as your user number in the USERS.BBS file).  For other users (say a
  27. ; spouse, parent or child in the same household), it should be their
  28. ; user number as well.  CAUTION:  Make sure you have users with access
  29. ; to HeadEdit in positions 2+ where they won't be moved during packing!
  30. ; For Point systems, this will probably be #1, but you can add other
  31. ; users from there...
  32. ;
  33. USERNUMBER 1
  34. ;
  35. ; ALIAS designates a name for you...you can use up to 23, and must have
  36. ; at least 1.  The first is considered your real name, the second is
  37. ; considered your handle unless you turn this "tracking" off with the
  38. ; NOTRACK keyword.
  39. ;
  40. ALIAS    Mark Kimes
  41. ALIAS    Hector Plasmic
  42. ;
  43. ; ADDRESS is your net address...you can use up to 23.  Domains are
  44. ; limited to 36 characters, zone:net/node to 1-65535, point to 0-255
  45. ;
  46. ADDRESS  1:380/16.0@FidoNet
  47. ;
  48. ; EDITOR is the string to spawn for entering messages...required!
  49. ; Include the extension of the executable
  50. ;
  51. EDITOR   Q.EXE MSGTMP
  52. ;
  53. ; WRAP is the string to spawn to wrap entered messages...optional but
  54. ; recommended.  Include the extension of the executable
  55. ;
  56. WRAP     4Mike.COM MSGTMP
  57. ;
  58. ; The PATH to your message files...note the trailing backslash!
  59. ; You can have up to 23 paths, but probably will never need them
  60. ;
  61. PATH     C:\XBBS\MESS\
  62. ;
  63. ; ORIGIN should be followed by your default origin line (up to 60 chars)
  64. ; You can have a file called ORIGINS.BBS in the message area path that
  65. ; contains special origin lines for given areas.  Format:
  66. ; <board #>;origin text  (i.e. 22;My Point System) one per line
  67. ;
  68. ORIGIN   The Pit--A Helluva Place
  69. ;
  70. ; ANSIEDITOR is the string to spawn when entering messages in an ANSI
  71. ; area...required if you have an ANSI area.  ANSIEd is recommended, since
  72. ; ANSI messages should confine themselves to certain areas of the screen
  73. ; (ANSIEd takes care of this for you)
  74. ; Include the extension of the executable
  75. ;
  76. ANSIEDITOR ANSIEd.EXE 0 0 999 16
  77. ;
  78. ; ATTRIBUTES sets the default attribute bits for netmail messages
  79. ; MSGPRIVATE 1
  80. ; MSGCRASH   2
  81. ; MSGREAD    4
  82. ; MSGSENT    8
  83. ; MSGFILE    16
  84. ; MSGFWD     32
  85. ; MSGORPHAN  64
  86. ; MSGKILL    128
  87. ; MSGLOCAL   256
  88. ; MSGXX1     512
  89. ; MSGXX2     1024
  90. ; MSGFRQ     2048
  91. ; MSGRRQ     4096
  92. ; MSGCPT     8192
  93. ; MSGARQ     16384
  94. ; MSGURQ     32768
  95. ; Add these together to get the number you need
  96. ;
  97. ATTRIBUTES  385
  98. ;
  99. ; LINES determines how many line pointers the system allocates.  Each
  100. ; pointer requires two bytes (it's a word).  Pointers are what allow you
  101. ; to page backward as well as forward in a message.  10240 is the
  102. ; default (24K of pointers), but you can increase this or decrease it to
  103. ; as little as 257.  When you overrun your pointers (read more lines
  104. ; than you have pointers for), all it means is that you'll be at the
  105. ; start of the message if you try to go up.
  106. ;
  107. LINES 10240
  108. ;
  109. ; NOCHECK turns off automatic address checking when editting Net Mail
  110. ; headers.  You can still check manually with F6.
  111. ;
  112. ;NOCHECK
  113. ;
  114. ; NONODELIST tells HeadEdit not to load the nodelist index.  You won't
  115. ; be able to look up net/node numbers if you do this, but you can still
  116. ; send net mail.  I'd suggest turning it off only if you don't use
  117. ; HeadEdit for net mail.  It does save some memory.
  118. ;
  119. ;NONODELIST
  120. ;
  121. ; NODELIST tells HeadEdit where to look for your nodelist file(s).
  122. ; HeadEdit uses a QuickNodeList, same format that QuickBBS and XBBS use.
  123. ; It will also use a FIDOUSER.LST (in the same path).  The default is
  124. ; HeadEdit's default directory if you don't use this keyword.  Note that
  125. ; the trailing backslash is REQUIRED.
  126. ;
  127. NODELIST C:\XBBS\
  128. ;
  129. ; TEXTCOLOR tells HeadEdit what color you want text to be while reading
  130. ; messages.  It can have one of the following values:
  131. ;  BLACK         = 0
  132. ;  BLUE          = 1
  133. ;  GREEN         = 2
  134. ;  CYAN          = 3
  135. ;  RED           = 4
  136. ;  MAGENTA       = 5
  137. ;  BROWN         = 6
  138. ;  LIGHTGRAY     = 7
  139. ;  DARKGRAY      = 8
  140. ;  LIGHTBLUE     = 9
  141. ;  LIGHTGREEN    = 10
  142. ;  LIGHTCYAN     = 11
  143. ;  LIGHTRED      = 12
  144. ;  LIGHTMAGENTA  = 13
  145. ;  YELLOW        = 14
  146. ;  WHITE         = 15
  147. ;
  148. TEXTCOLOR  11
  149. ;
  150. ; TEXTBACK tells HeadEdit what color to use for the background while
  151. ; reading messages.  It can have one of the following values:
  152. ;  BLACK         = 0
  153. ;  BLUE          = 1
  154. ;  GREEN         = 2
  155. ;  CYAN          = 3
  156. ;  RED           = 4
  157. ;  MAGENTA       = 5
  158. ;  BROWN         = 6
  159. ;
  160. TEXTBACK   0
  161. ;
  162. ; STATCOLOR and STATBACK serve the same purpose and have the same
  163. ; potential values as the above, only they apply to the bottom and
  164. ; division lines when reading.
  165. ;
  166. STATCOLOR  0
  167. STATBACK   3
  168. ;
  169. ; HEADCOLOR and HEADBACK are for the message header info displayed while
  170. ; reading.
  171. ;
  172. HEADCOLOR  10
  173. HEADBACK   0
  174. ;
  175. ; EXPORTNAME is followed by the name of the default export file
  176. ;
  177. EXPORTNAME TEMP.TXT
  178. ;
  179. ; QUOTESTRING is followed by the default string for quoting messages
  180. ; Up to 12 characters can be entered, but shorter is better
  181. ; It's a good idea to include > in the string, as most editors cue on
  182. ; that to find what's already a quote.  The tilde ~ translates to a
  183. ; blank space in this instance.
  184. ;
  185. QUOTESTRING ~>
  186. ;
  187. ;
  188. ; Here's some stuff used when you print messages in HeadEdit:
  189. ;
  190. ; BEFOREHEADER is followed by anything you might want sent to the printer
  191. ; after a message header is displayed.  The tilde ~ is translated in this
  192. ; case to an ESC character, and the reverse apostrophe ` is translated to
  193. ; a carriage return/line feed.
  194. ;
  195. ;
  196. ; AFTERHEADER is the same sort of thing for after the header is printed.
  197. ;
  198. ;
  199. ; AFTERTEXT is, again, the same thing after the message body is printed.
  200. ;
  201. AFTERTEXT ``
  202. ;
  203. ; AFTERPRINTING is, one last time, the same thing when a batch print job
  204. ; is completed.
  205. ;
  206. ;
  207. ;
  208. ; PAGELENGTH tells HeadEdit how long your printed page is.
  209. ;
  210. PAGELENGTH 66
  211. ;
  212. ; TOPMARGIN is how many blank lines you want at the top of a page.
  213. ;
  214. TOPMARGIN 6
  215. ;
  216. ; BOTTOMMARGIN is how many blank lines at the bottom of the page.
  217. ;
  218. BOTTOMMARGIN 6
  219. ;
  220. ; LEFTMARGIN is how many blank spaces at the left of the page.
  221. ;
  222. LEFTMARGIN 6
  223. ;
  224. ; TEXTWIDTH is how wide you want the message text to be.
  225. ;
  226. TEXTWIDTH 72
  227. ;
  228. ; SWAP tells HeadEdit to swap out to disk or EMS memory when shelling
  229. ;
  230. SWAP
  231. ;
  232. ; USEEMS tells HeadEdit to use EMS memory for swapping
  233. ;
  234. USEEMS
  235. ;
  236. ; SWAPDRIVE tells HeadEdit which drive to swap to if swapping to disk
  237. ; (RAMdrive recommended for speed)
  238. ;
  239. SWAPDRIVE G:
  240. ;
  241. ; SWAPFILE changes HeadEdit's default HeadSwap.$#$ to some other
  242. ; filename.  Don't include a drive specifier here!  60 char limit.
  243. ;
  244. ; SWAPFILE MYNAME.$$$
  245. ;
  246. ; ALT-Function keys can be used for spawning programs.  This spawn swaps
  247. ; if you have swapping enabled.  It does *not* go through COMMAND.COM,
  248. ; so if you want to run a batch file you need something like
  249. ; COMMAND.COM /c BATCHFIL.BAT
  250. ; Format is FKEY #(1-10) Spawn string...
  251. ;
  252. FKEY 1 XUSER.EXE
  253. FKEY 2 COMMAND.COM /c AMAX.BAT
  254. FKEY 3 Q.EXE
  255. ;
  256. ; NETBOARD tells HeadEdit which board is your netmail board.
  257. ;
  258. NETBOARD 5
  259. ;
  260. ; ALTBOARD tells HeadEdit which board is your alternate address netmail
  261. ; board.
  262. ;
  263. ALTBOARD 5
  264. ;
  265. ; USEDEFAULT would start HeadEdit up to ignore ORIGINS.BBS and use only
  266. ; the default origin line
  267. ;
  268. ;USEDEFAULT
  269. ;
  270. ;
  271. ; <--Last line in file should always be a comment
  272.